home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_319 / cnewssrc / cnews.orig.lzh / h / config.h < prev    next >
C/C++ Source or Header  |  1989-06-27  |  524b  |  16 lines

  1. /*
  2.  * configuration-inquiry functions
  3.  */
  4.  
  5. extern char *artfile();        /* article pathname, may be relative */
  6. extern char *fullartfile();    /* article full pathname */
  7. extern char *ctlfile();        /* control-file name */
  8. extern char *binfile();        /* program pathname */
  9. extern char *newspath();    /* PATH */
  10. extern int newsumask();        /* umask */
  11. extern char *newsmaster();    /* place to mail complaints to */
  12.  
  13. extern void cd();        /* chdir() with errunlock() on failure */
  14.  
  15. extern void unprivileged();    /* user-supplied privilege dropper */
  16.